projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396e0b0
)
Elements of kill-emacs-query-functions return nil, not non-nil,
author
Karl Heuer
<kwzh@gnu.org>
Tue, 21 Oct 1997 03:35:06 +0000
(
03:35
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 21 Oct 1997 03:35:06 +0000
(
03:35
+0000)
to prevent Emacs from being killed.
lispref/os.texi
patch
|
blob
|
history
diff --git
a/lispref/os.texi
b/lispref/os.texi
index 3c7e46518f36a6cae45ec978f8b1c7cc120704fc..9a09667e914ced3e236cd64b6ba3844cf1a8c385 100644
(file)
--- a/
lispref/os.texi
+++ b/
lispref/os.texi
@@
-435,7
+435,7
@@
After asking the standard questions, @code{save-buffers-kill-emacs}
calls the functions in the list @code{kill-buffer-query-functions}, in
order of appearance, with no arguments. These functions can ask for
additional confirmation from the user. If any of them returns
-
non-
@code{nil}, Emacs is not killed.
+@code{nil}, Emacs is not killed.
@end defvar
@defvar kill-emacs-hook